Bump ray from 2.48.0 to 2.52.0 in /requirements#18
Bump ray from 2.48.0 to 2.52.0 in /requirements#18dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [ray](https://github.com/ray-project/ray) from 2.48.0 to 2.52.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.48.0...ray-2.52.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on December 13
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| # terratorch | ||
| # torchgeo | ||
| ray==2.48.0 | ||
| ray==2.52.0 |
There was a problem hiding this comment.
Bug: Ray 2.52.0 breaks Python 3.9 compatibility
The pinned ray==2.52.0 version drops Python 3.9 support (no wheels are published), but the project still officially supports Python 3.9 per pyproject.toml (requires-python = ">=3.9,<3.14"). This will cause test dependency installation to fail on Python 3.9 environments. Either the ray version needs a Python version environment marker (e.g., ray==2.52.0; python_version >= '3.10') with a fallback for Python 3.9, or Python 3.9 support needs to be officially dropped from the project.
|
This pull request has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this pull request should remain open. Thank you! |
|
This pull request has been automatically closed due to inactivity. Please feel free to reopen if you intend to continue working on it. Thank you! |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps ray from 2.48.0 to 2.52.0.
Release notes
Sourced from ray's releases.
... (truncated)
Commits
9527a55[core] Cherry pick token authentication UX improvements (#58831)d7f8055[core] Cherry pick fallback authorization header (#58826)1cd18e2[core] Cherry pick token generation change (#58825)56afc3f[core] Cherry pick KubeRay authentication guide (#58824)3cd2f9dcherrypick #58762 (#58814)d72c20echerrypick #58765 (#58812)7be797e[core] Cherry pick use-after-free fix inRayletClient(#58747)519975f[release] keep building python 3.9 wheel for internal testing (#58732)78260b9change version to 2.52.0 (#58730)323e92b[deps][ci] correctly checking for valid subset (#58716)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Cursor Bugbot is generating a summary for commit 70e0920. Configure here.